home *** CD-ROM | disk | FTP | other *** search
- From: CompuWord@msn.com (Meiyu Lin)
- Subject: RE: a link problem
- Date: 3 Feb 96 05:19:44 -0800
- References: <4ers17$4c3@srvr1.engin.umich.edu>
- Message-ID: <00001a80+00007680@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c
- Organization: The Microsoft Network (msn.com)
-
- You need to put a prototype on your a file:
- e.g.
- extern void b (void);
-
-